'Declaration
Public Function IsCMYKFile( _ ByVal FilePath As String _ ) As Boolean
public bool IsCMYKFile( string FilePath )
public function IsCMYKFile( FilePath: String ): Boolean;
public function IsCMYKFile( FilePath : String ) : boolean;
public: bool IsCMYKFile( string* FilePath )
public: bool IsCMYKFile( String^ FilePath )
Parameters
- FilePath